//==============================================================================
// Black Ship.txt
//==============================================================================

//==============================================================================
define splash
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Meteor Splash
		}
	}
}

//==============================================================================
define wake
{
   set hotspot
   {
      version
      {
         Visualparticle cinematic naval a boat walk
      }
   }
}

//==============================================================================
define wakewalk
{
   set hotspot
   {
      version
      {
         Visualparticle Naval A Small Boat Walk
      }
   }
}

//==============================================================================
define rippleidle
{
   set hotspot
   {
      version
      {
         Visualparticle Naval A Small Boat Idle
      }
   }
}

//==============================================================================
define rippledeath
{
   set hotspot
   {
      version
      {
         Visualparticle Naval A Small Boat Death
      }
   }
}

//==============================================================================
define Flash
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a ravenflash
      }
	}
}

//==============================================================================
define Fire
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a ravenfire
      }
	}
}

//==============================================================================
define bigsplash
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a boat splash Large
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
	TechLogic none/UMB Naval Artillery
	SetSelector
	{
      set hotspot
      {
         version
         {
            Visual black ship_idle
	    Connect ATTACHPOINT rippleidle hotspot
         }
      }
	}
	SetSelector
	{
      set hotspot
      {
         version
         {
            Visual black ship_idleB
	    Connect ATTACHPOINT rippleidle hotspot
         }
      }
	}
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
	TechLogic none/UMB Naval Artillery
	SetSelector
	{
      set hotspot
      {
         version
         {
			Visual black ship_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.20 true   
            tag FootstepRight 0.20 true   
//-- end auto generated section
			Connect ATTACHPOINT rippleidle hotspot
			Connect ATTACHPOINT wakewalk hotspot
         }
      }
	}
	SetSelector
	{
      set hotspot
      {
         version
         {
			Visual black ship_walkB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.20 true   
            tag FootstepRight 0.20 true   
//-- end auto generated section
			Connect ATTACHPOINT rippleidle hotspot
			Connect ATTACHPOINT wakewalk hotspot
         }
      }
	}
   }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
	TechLogic none/UMB Naval Artillery
	SetSelector
	{
      set hotspot
      {
         version
         {
			Visual black ship_idle
			length 1.0
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.40 true   
            tag GenericSound 0.40 true   
            tag SpecificSoundSet 0.42 false Arrow checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippleidle hotspot
         }
	}
	}
	SetSelector
	{
      set hotspot
      {
         version
         {
			Visual black ship_idleB
			length 1.0
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.40 true   
            tag GenericSound 0.40 true   
            tag SpecificSoundSet 0.42 false Arrow checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippleidle hotspot
         }
	}
	}
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
	TechLogic none/UMB Naval Artillery
	SetSelector
	{
	VariationLogic
      set hotspot
      {
         version
         {
			Visual black ship_deathAB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.26 false ShipDeathSplash checkVisible 
            tag SpecificSoundSet 0.00 false ShipDeath checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippledeath hotspot
			connect attachpoint splash hotspot
         }
      }
      set hotspot
      {
         version
         {
			Visual black ship_deathBB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.26 false ShipDeathSplash checkVisible 
            tag SpecificSoundSet 0.00 false ShipDeath checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippledeath hotspot
         }
      }
	}
	SetSelector
	{
	VariationLogic
      set hotspot
      {
         version
         {
			Visual black ship_deathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.26 false ShipDeathSplash checkVisible 
            tag SpecificSoundSet 0.00 false ShipDeath checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippledeath hotspot
			connect attachpoint splash hotspot
         }
      }
      set hotspot
      {
         version
         {
			Visual black ship_deathB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.26 false ShipDeathSplash checkVisible 
            tag SpecificSoundSet 0.00 false ShipDeath checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippledeath hotspot
         }
      }
      set hotspot
      {
         version
         {
			Visual black ship_deathD
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.26 false ShipDeathSplash checkVisible 
            tag SpecificSoundSet 0.00 false ShipDeath checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT rippledeath hotspot
			connect attachpoint splash hotspot
         }
      }
	}
   }
}

